LockEventExceptionInfo Json Schema
In This Topic
Overview
 |
LockEventExceptionInfo
 |
comment : string
A string used to add comment about a price exception that is being applied to a lock
|
 |
exceptionPriceType : string
|
 |
exceptionType : string
An enum indicating the exception type. This field is used to indicate where it will be applied. Rate for a additional rate based adjustment, Price for additional point based adjustment. Fee for additional closing costs.
|
 |
exceptionValueType : string
An enum indicating the value type. It will either be a Points(percentage of loan amount) or Amount which is the exact dollar amount that will need to be added.
|
 |
holdback : boolean
|
 |
 |
counter : integer
internal only
|
 |
date : string
The current date.
internal only
|
 |
machineIdentifier : integer
internal only
|
 |
processIdentifier : integer
internal only
|
 |
time : integer
internal only
|
 |
timeSecond : integer
internal only
|
 |
timestamp : integer
internal only
| |
 |
reason : string
A string used to provide the reason why a price exception is being applied to a lock
|
 |
requestType : string
An enum indicating whether the price exception will need approval ie Request or it is already approved ie Grant
|
 |
value : number
|
 |
values : object
A object of key-value pairs where the key is the ExceptionType enum and the value is the corresponding double that is tied for the ExceptionType.
|
 |
valuesList : Array[ExceptionData]
A object of key-value pairs where the key is the ExceptionType enum and the value is the corresponding double that is tied for the ExceptionType.
 |
comment : string
|
 |
costCenter : string
|
 |
exceptionDataId : string
|
 |
exceptionPriceType : string
|
 |
exceptionStatus : string
|
 |
 |
createdBy : string
|
 |
createdDate : string
|
 |
exceptionStatus : string
|
 |
fullName : string
|
 |
username : string
| |
 |
reason : string
|
 |
type : string
|
 |
value : number
| | |
Properties
| Name | Description | Data Type |
| comment | A string used to add comment about a price exception that is being applied to a lock | string |
| exceptionPriceType | | string |
| exceptionType | An enum indicating the exception type. This field is used to indicate where it will be applied. Rate for a additional rate based adjustment, Price for additional point based adjustment. Fee for additional closing costs. | string |
| exceptionValueType | An enum indicating the value type. It will either be a Points(percentage of loan amount) or Amount which is the exact dollar amount that will need to be added. | string |
| holdback | | boolean |
| id | | ObjectId |
| reason | A string used to provide the reason why a price exception is being applied to a lock | string |
| requestType | An enum indicating whether the price exception will need approval ie Request or it is already approved ie Grant | string |
| value | | number |
| values | A object of key-value pairs where the key is the ExceptionType enum and the value is the corresponding double that is tied for the ExceptionType. | object |
| valuesList | A object of key-value pairs where the key is the ExceptionType enum and the value is the corresponding double that is tied for the ExceptionType. | Array[ExceptionData] |
See Also